翻訳と辞書
Words near each other
・ Relativistic disk
・ Relativistic Doppler effect
・ Relativistic dynamics
・ Relativistic electromagnetism
・ Relativistic electron beam
・ Relativistic Euler equations
・ Relativistic heat conduction
・ Relativistic Heavy Ion Collider
・ Relativistic images
・ Relativistic kill vehicle
・ Relativistic Lagrangian mechanics
・ Relativistic mechanics
・ Relativistic particle
・ Relativistic plasma
・ Relativistic Precession
Relativistic programming
・ Relativistic quantum chemistry
・ Relativistic quantum mechanics
・ Relativistic rocket
・ Relativistic runaway electron avalanche
・ Relativistic similarity parameter
・ Relativistic speed
・ Relativistic star
・ Relativistic system (mathematics)
・ Relativistic wave equations
・ Relativity
・ Relativity (band)
・ Relativity (Emarosa album)
・ Relativity (Indecent Obsession album)
・ Relativity (M. C. Escher)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Relativistic programming : ウィキペディア英語版
Relativistic programming

Relativistic programming (RP) is a style of concurrent programming where instead of trying to avoid conflicts between readers and writers (or writers and writers in some cases) the algorithm is designed to tolerate them and get a correct result regardless of the order of events. Also, relativistic programming algorithms are designed to work without the presences of a global order of events. That is, there may be some cases where one thread sees two events in a different order than another thread (hence the term relativistic because in Einstein's theory of special relativity the order of events is not always the same to different viewers).
Relativistic programming provides advantages in performance compared to other concurrency paradigms because it does not require one thread to wait for another nearly as often. Because of this, forms of it (Read-Copy-Update for instance) are now used extensively in the Linux kernel (over 9,000 times and has grown from nothing to 8% of all locking primitives in about a decade).〔(【引用サイトリンク】title=RCU Linux Usage )
== See also ==

* Non-blocking algorithm

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Relativistic programming」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.